home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 32 / PC Gamer IT CD 32 1-2.iso / ENTDEMO / entdemo.exe / setup.exe / 0 / RCDATA / TGETINSTALLDIRS / TGETINSTALLDIRS.txt
Text File  |  1998-01-12  |  2KB  |  85 lines

  1. object GetInstallDirs: TGetInstallDirs
  2.   Left = 159
  3.   Top = 148
  4.   BorderStyle = bsDialog
  5.   Caption = 'Installation Directory'
  6.   ClientHeight = 159
  7.   ClientWidth = 320
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnActivate = FormActivate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 16
  18.     Width = 120
  19.     Height = 13
  20.     Caption = '&Entrepreneur Destination:'
  21.     FocusControl = Destination
  22.   end
  23.   object CDDrive: TLabel
  24.     Left = 8
  25.     Top = 72
  26.     Width = 28
  27.     Height = 13
  28.     Caption = '&Drive:'
  29.     FocusControl = DriveComboBox
  30.   end
  31.   object Destination: TEdit
  32.     Left = 8
  33.     Top = 32
  34.     Width = 273
  35.     Height = 21
  36.     TabOrder = 0
  37.     Text = 'C:\Program Files\Ent'
  38.   end
  39.   object OKButton: TButton
  40.     Left = 48
  41.     Top = 128
  42.     Width = 75
  43.     Height = 25
  44.     Caption = 'OK'
  45.     Default = True
  46.     ModalResult = 1
  47.     TabOrder = 1
  48.   end
  49.   object Button2: TButton
  50.     Left = 152
  51.     Top = 128
  52.     Width = 75
  53.     Height = 25
  54.     Caption = 'Cancel'
  55.     ModalResult = 2
  56.     TabOrder = 2
  57.   end
  58.   object DriveComboBox: TDriveComboBox
  59.     Left = 8
  60.     Top = 88
  61.     Width = 121
  62.     Height = 19
  63.     TabOrder = 3
  64.     OnChange = DriveComboBoxChange
  65.   end
  66.   object MinimumInstall: TRadioButton
  67.     Left = 168
  68.     Top = 96
  69.     Width = 137
  70.     Height = 17
  71.     Caption = '&Minimum Install (12.5MB)'
  72.     TabOrder = 4
  73.   end
  74.   object FullInstall: TRadioButton
  75.     Left = 168
  76.     Top = 72
  77.     Width = 137
  78.     Height = 17
  79.     Caption = '&Full Installation (32MB)'
  80.     Checked = True
  81.     TabOrder = 5
  82.     TabStop = True
  83.   end
  84. end
  85.